DispatchPeriodicSyncEventRequest

data class DispatchPeriodicSyncEventRequest(origin: String, registrationId: RegistrationID, tag: String)

Represents request frame that can be used with ServiceWorker#dispatchPeriodicSyncEvent operation call.

See also

Constructors

DispatchPeriodicSyncEventRequest
Link copied to clipboard
fun DispatchPeriodicSyncEventRequest(origin: String, registrationId: RegistrationID, tag: String)

Properties

origin
Link copied to clipboard
val origin: String
registrationId
Link copied to clipboard
val registrationId: RegistrationID
tag
Link copied to clipboard
val tag: String

Sources

jvm source
Link copied to clipboard